Class EntryTranWebmoneyInput

Description

Webmoney取引登録 入力パラメータクラス

Located in /com/gmo_pg/client/input/EntryTranWebmoneyInput.php (line 14)

BaseInput
   |
   --EntryTranWebmoneyInput
Method Summary
 EntryTranWebmoneyInput __construct ([array $params = null])
 string getAmount ()
 string getOrderId ()
 string getShopId ()
 string getShopPass ()
 string getTax ()
 void setAmount ($amount $amount)
 void setInputValues (IgnoreCaseMap $params)
 void setOrderId ($orderid $orderId)
 void setShopId ($shopId $shopId)
 void setShopPass ($shopPass $shopPass)
 void setTax ($tax $tax)
 string toString ()
Methods
Constructor __construct (line 46)

コンストラクタ

  • access: public
EntryTranWebmoneyInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAmount (line 78)

金額の取得

  • return: 金額
  • access: public
string getAmount ()
getOrderId (line 70)

オーダIDの取得

  • return: オーダId
  • access: public
string getOrderId ()
getShopId (line 54)

ショップId取得

  • return: ショップId
  • access: public
string getShopId ()
getShopPass (line 62)

ショップパスワードの取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getTax (line 86)

税送料の取得

  • return: 税送料
  • access: public
string getTax ()
setAmount (line 117)

金額の設定

  • access: public
void setAmount ($amount $amount)
  • $amount $amount: 金額
setDefaultValues (line 132)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setInputValues (line 140)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setOrderId (line 109)

オーダIDの設定

  • access: public
void setOrderId ($orderid $orderId)
  • $orderid $orderId: - オーダID
setShopId (line 94)

ショップIdの設定

  • access: public
void setShopId ($shopId $shopId)
  • $shopId $shopId: ショップId
setShopPass (line 101)

ショップパスワードの設定

  • access: public
void setShopPass ($shopPass $shopPass)
  • $shopPass $shopPass: ショップパスワード
setTax (line 125)

税送料の設定

  • access: public
void setTax ($tax $tax)
  • $tax $tax: 税送料
toString (line 157)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:57:31 +0900 by phpDocumentor 1.4.3